Chapter 14: Relational Databases using the DB-API 2.0

The Python DB-API 2.0 is a standard way to access databases in your programs. Because of this common way to access data, only minor implementation specific changes would need to be made to your Python code if you were to change the underlying database. The details o the specifications can be found in document PEP249. … Continue reading Chapter 14: Relational Databases using the DB-API 2.0